Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle invalid pin when sharing or after onboarding #241

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

berendsliedrecht
Copy link
Member

Signed-off-by: Berend Sliedrecht sliedrecht@berend.io

@berendsliedrecht berendsliedrecht force-pushed the fix-wsp branch 4 times, most recently from e772230 to ea5c39c Compare November 26, 2024 20:12
})

try {
await agent.initialize()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should also close

@@ -16,6 +16,7 @@ export const PinSlide = ({ onPinComplete, isLoading }: PinSlideProps) => {
const pinRef = useRef<PinDotsInputRef>(null)

const onPinEnterComplete = (pin: string) => {
console.log(pinRef)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log

@@ -27,6 +28,7 @@ export const PinSlide = ({ onPinComplete, isLoading }: PinSlideProps) => {
customData: { preset: r.redirectToWallet ? 'danger' : 'warning' },
})

console.log(pinRef)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log

Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
@berendsliedrecht berendsliedrecht merged commit ef7ed4b into main Nov 26, 2024
1 check passed
@berendsliedrecht berendsliedrecht deleted the fix-wsp branch November 26, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants